Clay
source: examples/example-project/notebooks/example1.clj

Clay demo

Setup

(ns example1
  (:require [scicloj.clay.v2.api :as clay]
            [scicloj.kindly.v3.kind :as kind]))

Examples

(+ 1 2)
3
(kind/hiccup
 [:div {:style
        {:background-color "#eeddcc"}}
  [:p "hello"]])
loading ...
(kind/md
 ["hello *hello* **hello**"])

hello hello hello

source: examples/example-project/notebooks/example1.clj